home *** CD-ROM | disk | FTP | other *** search
/ Professional Soft Collection 1.02 / Professional Soft Collection 1.02.iso / communic / bitfax.300 / disk1 / ezlogon.sc_ / ezlogon.bin
Text File  |  1994-04-19  |  1KB  |  20 lines

  1. {EZLOGON.ACT}
  2. {Autologon file for Easylink via 800 number}
  3.  
  4. {To use this file, contact Easylink and establish your account number and}
  5. {password, then replace "xxx"s and "yyy"s in file below as indicated.    }
  6.  
  7. CWAIT("ID?")              {Wait for prompt from Easylink}
  8. "00 EIDxxxxxx yyyyyy.yyyyy$0d"  {Replace "xxx"s and "yyy"s with your}
  9.                                 {account number and password}
  10. CWAIT("PTS")              {Wait for prompt from Easylink}
  11. TRACE(1)                  {Turn on trace display for debugging etc.}
  12. "/scan$0a"                {Send code to Easylink}
  13. TYPE("PLEASE TURN ON PRINTER")  {Prompt user to turn on printer}
  14. CWAIT("PTS")              {Wait for Easylink to be ready again}
  15. PRINTER(1)                {Print function on}
  16. "/READALL$0a"             {Read message - printed, captured in Capture file}
  17. CWAIT("PTS")              {Wait for Easylink to be ready again}
  18. PRINTER(0)                {Print function off}
  19. INVOKE HANDYKEY           {Invoke Action file which defines keys}
  20.